home *** CD-ROM | disk | FTP | other *** search
- SysBeep;
-
- Make a beep sound when called
-
- FndError : BOOLEAN;
-
- Used in debugging. If an error has occurred then FndError = TRUE ELSE FndError = FALSE
-
- Date(DateFormat,InfoFormat : INTEGER): STRING;
-
- Function date returns the current date and time as a string
-
- Wait(Seconds : INTEGER);
-
- Pauses the macro for n number of seconds
-
-